home *** CD-ROM | disk | FTP | other *** search
- /***(InfoWindow.h)*************************************************************
- *H* SciCalc's Info Window class definition file V0.0, 19-JUN-91 *
- *C* V0.0 19-JUN-91 Initial version --MDM *
- ******************************************************************************/
-
- #import <objc/Object.h>
-
- @interface InfoWindow:Object
-
- {
- id IVinfoWindow; /* ID of window containing the help panel */
- }
-
- - init;
- - ExposeAndFocus:sender;
-
- @end
-